Compute the collective heights for the width of a horizontal box.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 18 Apr 2010 22:09:40 +0000 (18:09 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 18 Apr 2010 22:09:40 +0000 (18:09 -0400)
commit35cc52f41896ca8d06b905310154d186a18ddb02
tree50478ee4c9a5f3ad18dd38c207fff7b0718dda6b
parent33039c1452c76c2147ea27bf557c1e5d76ce4873
Compute the collective heights for the width of a horizontal box.

Introduce an algorithm to allocate children some virtual widths based on
their base widths returned by ->get_desired_width(), then return the
collective desired heights for each or thier virtually allocated width.

This will only work in the horizontal orientation.
gtk/gtkbox.c